a11y: Set an accessible role for GtkEntry
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 20:11:45 +0000 (16:11 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 22:16:37 +0000 (18:16 -0400)
commit9a82aadca7a127b3b7dc7ab44d602d5c9e9d18c0
treeaecf3a70c647d869a8653486ecef9094d4496225
parent23e185e674cbf3763b525e7d780adec903dd2e52
a11y: Set an accessible role for GtkEntry

Use the text-box accessible role for GtkEntry and
set the placeholder and read-only accessible properties.

Update the documentation and add tests.
docs/reference/gtk/section-accessibility.md
gtk/gtkentry.c
gtk/gtkenums.h
testsuite/a11y/entry.c [new file with mode: 0644]
testsuite/a11y/meson.build